Namespace:  C1.C1Rdl.Rdl2008
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
bool ICollection<ReportItem>.Remove(
	ReportItem item
)
Visual Basic
Private Function #4Xl ( _
	item As ReportItem _
) As Boolean Implements ICollection(Of ReportItem).Remove

Implements

ICollection<(Of <(<'T>)>)>..::..Remove(T)

See Also